home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11058 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: Inter.NL.net!usenet
  2. From: Auke.Reitsma@net.HCC.nl (Auke Reitsma)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Interest in comments on the C language.
  5. Date: Thu, 21 Mar 1996 18:02:42 GMT
  6. Organization: Inter.NL.net, The Internet Provider in The Netherlands.
  7. Message-ID: <4is5v0$9ta@altrade.nijmegen.inter.nl.net>
  8. References: <4inp40$kj2@ogre.cs.waikato.ac.nz>
  9. Reply-To: Auke.Reitsma@net.HCC.nl
  10. NNTP-Posting-Host: rt98-9.rotterdam.nl.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. orj@cs.waikato.ac.nz (Oliver R Jones) wrote:
  14.  
  15. > I'm interested in peoples comments on the following aspects of the C 
  16. > programming language.  Please be as objective as you can.. :)  I know that's
  17. > hard in a C advocacy group. :)
  18.  
  19. > 1: Is C inheriantly efficient (speed and code space wise)?
  20.  
  21. (I think that should be "inherently".)
  22. Yes, it is efficient -- especially when used with a _good_ optimizer. C is
  23. a rather 'low level' language, and as such can be nearly as good as
  24. assembler. But a bad programmer can mess up things horribly ...
  25.  
  26. > 2: Is C inheriantly very readable and writable?  (Easy to code in and for non
  27. >    coders to read)
  28.  
  29. Inherently: NO! That is simply not possible for _ANY_ language. Any
  30. programmer/writer can write un-readable junk.
  31.  
  32. > 3: Is C a very simple language?
  33.  
  34. Yes. 
  35.  
  36. > 4: Is it consistant with accepted mathematical notations?
  37.  
  38. Consistent? Why should it? I don't care!
  39.  
  40. > 5: Why was C designed and for what purpose?
  41.  
  42. Read "The C Programming Language" ...
  43. Browse the Web and look for Kernighan, Ritchie, C, Unix etc ...
  44.  
  45.  
  46. Greetings from Delft, The Netherlands.
  47.  
  48. Auke Reitsma
  49.  
  50.